ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / GroupView<TKey,TElement> Class / ToString Method

In This Topic
    ToString Method (GroupView<TKey,TElement>)
    In This Topic
    Returns a string that represents this instance of GroupView<TKey,TElement>
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function ToString() As System.String
    public override System.string ToString()
    See Also